home *** CD-ROM | disk | FTP | other *** search
/ Packard Bell - Multimedia…D & Packard Bell Library / Packard Bell Master CD.iso / diskimag / msdos62 / disk1.img / SCANDISK.INI < prev    next >
INI File  |  1993-08-11  |  6KB  |  131 lines

  1. ; SCANDISK.INI
  2. ;
  3. ; This file contains settings you can use to customize the ScanDisk program.
  4.  
  5.  
  6. ; -------------------------------------------------------------------
  7. ; The [ENVIRONMENT] section contains the following settings, which
  8. ; determine general aspects of ScanDisk's behavior:
  9. ;
  10. ; Display      Configures ScanDisk to run with a particular type of
  11. ;              display. The default display type is Auto (ScanDisk
  12. ;              adjusts to the current display).
  13. ;
  14. ; Mouse        Enables or disables mouse support. The default value is On.
  15. ;
  16. ; ScanTimeOut  Determines whether ScanDisk should detect disk timeouts
  17. ;              while performing a surface scan. The default value is Off.
  18. ;
  19. ; NumPasses    Determines how many times ScanDisk should check each
  20. ;              cluster during a surface scan. The default value is 1.
  21. ;
  22. ; LabelCheck   Determines whether ScanDisk should check volume labels
  23. ;              for invalid characters.  The default is Off.
  24.  
  25. [ENVIRONMENT]
  26.    Display     = Auto   ; Auto, Mono, Color, Off
  27.    Mouse       = On     ; On, Off
  28.    ScanTimeOut = Off    ; On, Off
  29.    NumPasses   = 1      ; 1 through 65,535 (anything over 10 is slow)
  30.    LabelCheck  = Off    ; On, Off
  31.  
  32.  
  33. ; -------------------------------------------------------------------
  34. ; The [CUSTOM] section determines ScanDisk's behavior when ScanDisk is
  35. ; started with the /CUSTOM switch. You can adjust these settings to
  36. ; create a customized "version" of ScanDisk. This can be especially
  37. ; useful for running ScanDisk from a batch file. The [CUSTOM] settings are:
  38. ;
  39. ; DriveSummary  Determines whether ScanDisk displays full-screen
  40. ;               summary information after checking each drive.
  41. ;               The default is Auto (ScanDisk displays the summary
  42. ;               only if it encounters errors on that drive).
  43. ;
  44. ; AllSummary    Determines whether ScanDisk displays full-screen
  45. ;               summary information after checking all drives.
  46. ;               The default is Auto (ScanDisk displays the summary
  47. ;               only if it encounters errors on any drive).
  48. ;
  49. ; Surface       Determines whether ScanDisk will perform a surface scan:
  50. ;                  Never    (Default) Does not perform a surface scan.
  51. ;                  Always   Performs a surface scan without prompting first.
  52. ;                  Prompt   Prompts before performing a surface scan.
  53. ;               The /SURFACE command-line switch overrides this setting.
  54. ;
  55. ; CheckHost     Determines whether ScanDisk will first check a host drive
  56. ;               before checking any compressed drives located on that drive.
  57. ;                  Never    (Default) Does not check the host drive.
  58. ;                  Always   Checks the host drive without prompting first.
  59. ;                  Prompt   Prompts before checking the host drive.
  60. ;
  61. ; SaveLog       Determines what ScanDisk does with the repair log file:
  62. ;                  Off        (Default) Does not save the repair log.
  63. ;                  Append     Appends the log to the previous log, if any.
  64. ;                  Overwrite  Replaces the previous log with the new log.
  65. ;
  66. ; Undo          Determines whether ScanDisk creates an Undo floppy disk.
  67. ;               The default is Never (ScanDisk does not create an Undo disk).
  68. ;               The Prompt value causes ScanDisk to prompt you for a disk.
  69.  
  70. [CUSTOM]
  71.    DriveSummary  = Auto         ; Auto, On, Off
  72.    AllSummary    = Auto         ; Auto, On, Off
  73.    Surface       = Never        ; Never, Always, Prompt
  74.    CheckHost     = Never        ; Never, Always, Prompt
  75.    SaveLog       = Off          ; Off, Append, Overwrite
  76.    Undo          = Prompt       ; Prompt, Never
  77.  
  78. ; The following settings determine the corrective action ScanDisk will
  79. ; take if it was started with the /CUSTOM switch and finds a disk error.
  80.  
  81. ; The next five settings accept any of the following values:
  82. ;    Prompt     Causes ScanDisk to prompt you before fixing this problem.
  83. ;    Fix        Causes ScanDisk to fix the problem without prompting you.
  84. ;    Quit       Causes ScanDisk to terminate if it encounters this problem.
  85.  
  86.    DS_Header     = Prompt       ; Damaged DoubleSpace volume file header
  87.    FAT_Media     = Prompt       ; Missing or invalid FAT media byte
  88.    Okay_Entries  = Prompt       ; Damaged, but repairable, directories/files
  89.    Bad_Chain     = Prompt       ; Files or directories which should be truncated
  90.    Crosslinks    = Prompt       ; FAT-level crosslinks
  91.  
  92.  
  93. ; The next seven settings accept any of the following values:
  94. ;    Prompt     Causes ScanDisk to prompt you before fixing this problem.
  95. ;    Fix        Causes ScanDisk to fix the problem without prompting you.
  96. ;    Quit       Causes ScanDisk to terminate if it encounters this problem.
  97. ;    Skip       Causes ScanDisk to skip fixing this problem, but continue
  98. ;               checking the disk.
  99.  
  100.    Boot_Sector   = Prompt       ; Damaged boot sector on DoubleSpace drive
  101.    Invalid_MDFAT = Prompt       ; Invalid MDFAT entries
  102.    DS_Crosslinks = Prompt       ; Internal (MDFAT-level) crosslinks
  103.    DS_LostClust  = Prompt       ; Internal lost clusters
  104.    DS_Signatures = Prompt       ; Missing DoubleSpace volume signatures
  105.    Mismatch_FAT  = Prompt       ; Mismatched FATs on non-DoubleSpace drives
  106.    Bad_Clusters  = Prompt       ; Physical damage or decompression errors
  107.  
  108.  
  109. ; The next setting accepts any of the following values:
  110. ;
  111. ;    Prompt     Causes ScanDisk to prompt you before fixing this problem.
  112. ;    Delete     Causes ScanDisk to delete the damaged directory entries
  113. ;               without prompting you first.
  114. ;    Quit       Causes ScanDisk to terminate if it encounters this problem.
  115.  
  116.    Bad_Entries   = Prompt       ; Damaged and irrepairable directories or files
  117.  
  118.  
  119. ; The next setting accepts any of the following values:
  120. ;
  121. ;    Prompt     Causes ScanDisk to prompt you before fixing this problem.
  122. ;    Save       Causes ScanDisk to save the lost clusters as files in the
  123. ;               root directory without prompting you first.
  124. ;    Delete     Causes ScanDisk to delete the contents of the lost clusters
  125. ;               without prompting you first.
  126. ;    Quit       Causes ScanDisk to terminate if it encounters this problem.
  127. ;    Skip       Causes ScanDisk to skip fixing this problem, but continue
  128. ;               checking the disk.
  129.  
  130.    LostClust     = Prompt       ; Lost clusters
  131.